define service{
	host_name				linux-serveur-01
	service_description 	Service SSH
	check_command 			check_ssh
	check_interval 			5
	check_period 			24x7
	retry_interval 			1
	max_check_attempts		 5
	notification_interval 	60
	notification_period 	24x7
	notification_options 	w,c,u,r
	contact_groups 			admins
}
